Keysight VISA.NET Help
Printf(String,Object[]) Method



The format string.
An optional argument list that includes values to be formatted and arguments that are needed to complete format specifiers.
Print formatted output to the formatted I/O write buffer. See Using Printf for detailed information.
Syntax
'Declaration
 
Overloads Sub Printf( _
   ByVal format As String, _
   ByVal ParamArray args() As Object _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim format As String
Dim args() As Object
 
instance.Printf(format, args)
void Printf( 
   string format,
   params object[] args
)
void Printf( 
   String^ format,
   ... array<Object^>^ args
) 

Parameters

format
The format string.
args
An optional argument list that includes values to be formatted and arguments that are needed to complete format specifiers.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025